Here is a little tutorial to add popular bookmark to your PHPfusion TiBlogsystem.
Get the code from addthis.com its look like this:
<!-- AddThis Button BEGIN -->
addthis_pub = 'YOURID';
><img src="http://s7.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="" /></a>
<!-- AddThis Button END -->
This looks nice and keeps your site tidy. on mouse over a drop down menu shows the bookmark list and let you choose the popular site to submit your url.
Find YOURID in the first line of the code above and replace it with your ID. You will get the code when you register at www.addthis.com.
Now open ti_blog_system/blog_includes.php file in edit mode and find the following:
opentable($tiblog['blog_subject']);
Around line 164 between 173
I am going to add it to blog read on top at the left. Since the default pages has give a division with float right for total views, author & date you need to give division to float left to see at the same level as the date and others.
Between 164 to 173 you can find this
<div>
<div style="float:right;">
Create a new division after the <div> before the <div style="float:right;">
like this:
<div>
<div style="float:left"><!-- AddThis Button BEGIN -->
addthis_pub = 'YOURID';
><img src="http://s7.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="" /></a>
<!-- AddThis Button END --></div>
<div style="float:right;">
Remember to place your id to track your bookmarks.
That's it. Save and re-upload the file.
Thanks & hope this is useful for all of you who are using tiBlogsystem
Best regards